home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / ARACLAR / TF95140 / TEKFCT95.EXE / 0 / RCDATA / TCUSTMONSETTING / TCUSTMONSETTING.txt
Text File  |  1997-07-12  |  1KB  |  58 lines

  1. object CustMonSetting: TCustMonSetting
  2.   Left = 422
  3.   Top = 121
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 139
  7.   ClientWidth = 119
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnClose = FormClose
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Button1: TButton
  17.     Left = 24
  18.     Top = 8
  19.     Width = 75
  20.     Height = 25
  21.     Caption = '&Close'
  22.     ModalResult = 1
  23.     TabOrder = 0
  24.   end
  25.   object RadioButton1: TRadioButton
  26.     Left = 8
  27.     Top = 40
  28.     Width = 113
  29.     Height = 17
  30.     Caption = '&Horizontal Bar'
  31.     TabOrder = 1
  32.   end
  33.   object RadioButton2: TRadioButton
  34.     Left = 8
  35.     Top = 64
  36.     Width = 113
  37.     Height = 17
  38.     Caption = '&Vertical Bar'
  39.     TabOrder = 2
  40.   end
  41.   object RadioButton3: TRadioButton
  42.     Left = 8
  43.     Top = 88
  44.     Width = 113
  45.     Height = 17
  46.     Caption = '&Pie Chart'
  47.     TabOrder = 3
  48.   end
  49.   object RadioButton4: TRadioButton
  50.     Left = 8
  51.     Top = 112
  52.     Width = 113
  53.     Height = 17
  54.     Caption = '&Needle Chart'
  55.     TabOrder = 4
  56.   end
  57. end
  58.